object BackupErrorDlg: TBackupErrorDlg Left = 314 Top = 277 BorderIcons = [] BorderStyle = bsDialog Caption = 'Erreur de Sauvegarde' ClientHeight = 100 ClientWidth = 354 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 8 Width = 32 Height = 32 end object ErrorLbl: TLabel Left = 68 Top = 8 Width = 269 Height = 53 AutoSize = False Caption = '%' WordWrap = True end object YesBtn: TButton Left = 8 Top = 72 Width = 113 Height = 23 Caption = '&Sauver qd m'#234'me' Default = True ModalResult = 6 TabOrder = 0 end object NoBtn: TButton Left = 132 Top = 72 Width = 121 Height = 23 Cancel = True Caption = '&Ignorer les changem.' ModalResult = 7 TabOrder = 1 end object RetryBtn: TButton Left = 264 Top = 72 Width = 81 Height = 23 Caption = '&R'#233'essayer' ModalResult = 4 TabOrder = 2 end end